| GUI Help > General > setGadget | ||||||||||||||
|
setGadget |
||||||||||||||
| setGadget handle gadget, int x, int y, int width, int height | ||||||||||||||
|
Description: Combines the functions of moveGadget and resizeGadget in one function. |
||||||||||||||
|
Return Value: |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
It is faster to use one call to setGadget than seperate calls to resizeGadget and moveGadget. |
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |